[INFO] fetching crate facet-reflect 0.50.0-rc.1...
[INFO] fixing facet-reflect-0.50.0-rc.1 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate facet-reflect 0.50.0-rc.1 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate facet-reflect 0.50.0-rc.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate facet-reflect 0.50.0-rc.1
[INFO] tweaked toml for crates.io crate facet-reflect 0.50.0-rc.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate facet-reflect 0.50.0-rc.1 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate facet-reflect 0.50.0-rc.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 12defa23bd9470be20325c323c5c378a6728367e3cacffd3b9d8168caeafad24
[INFO] running `Command { std: "docker" "start" "12defa23bd9470be20325c323c5c378a6728367e3cacffd3b9d8168caeafad24", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "12defa23bd9470be20325c323c5c378a6728367e3cacffd3b9d8168caeafad24" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "12defa23bd9470be20325c323c5c378a6728367e3cacffd3b9d8168caeafad24", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "12defa23bd9470be20325c323c5c378a6728367e3cacffd3b9d8168caeafad24" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking impls v1.0.3
[INFO] [stderr]     Checking const-fnv1a-hash v1.1.0
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling facet-core v0.50.0-rc.1
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]     Checking smallvec v2.0.0-alpha.12
[INFO] [stderr]     Checking indenter v0.3.4
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rusty-fork v0.3.1
[INFO] [stderr]     Checking insta v1.48.0
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking proptest v1.11.0
[INFO] [stderr]     Checking facet-path v0.50.0-rc.1
[INFO] [stderr]     Checking facet-reflect v0.50.0-rc.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `facet`
[INFO] [stdout]     --> src/partial/typeplan.rs:2278:9
[INFO] [stdout]      |
[INFO] [stdout] 2278 |     use facet::Facet;
[INFO] [stdout]      |         ^^^^^ use of unresolved module or unlinked crate `facet`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `facet`, use `cargo add facet` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `facet` in this scope
[INFO] [stdout]     --> src/peek/value.rs:1805:28
[INFO] [stdout]      |
[INFO] [stdout] 1805 |     #[derive(Debug, Clone, facet::Facet)]
[INFO] [stdout]      |                            ^^^^^ use of unresolved module or unlinked crate `facet`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]     --> src/peek/value.rs:1806:7
[INFO] [stdout]      |
[INFO] [stdout] 1806 |     #[facet(metadata_container)]
[INFO] [stdout]      |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]     --> src/peek/value.rs:1809:11
[INFO] [stdout]      |
[INFO] [stdout] 1809 |         #[facet(metadata = "span")]
[INFO] [stdout]      |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet`
[INFO] [stdout]  --> tests/poke/struct_.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use facet::Facet;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `facet`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet`, use `cargo add facet` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet`
[INFO] [stdout]  --> tests/poke/tuple.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use facet::Facet;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `facet`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet`, use `cargo add facet` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet`
[INFO] [stdout]  --> tests/partial/array_building.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use facet::Facet;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `facet`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet`, use `cargo add facet` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet_testhelpers`
[INFO] [stdout]  --> tests/partial/array_building.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use facet_testhelpers::{IPanic, test};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet`
[INFO] [stdout]  --> tests/partial/deferred.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use facet::Facet;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `facet`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet`, use `cargo add facet` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet_testhelpers`
[INFO] [stdout]  --> tests/partial/deferred.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use facet_testhelpers::{IPanic, test};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet_testhelpers`
[INFO] [stdout]  --> tests/partial/deserialize.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use facet_testhelpers::{IPanic, test};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet`
[INFO] [stdout]  --> tests/partial/deserialize.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use facet::{Facet, Opaque};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `facet`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet`, use `cargo add facet` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet`
[INFO] [stdout]   --> tests/partial/fuzz.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use facet::Facet;
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `facet`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `facet`, use `cargo add facet` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet`
[INFO] [stdout]  --> tests/partial/invariant.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use facet::Facet;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `facet`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet`, use `cargo add facet` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet_testhelpers`
[INFO] [stdout]  --> tests/partial/invariant.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use facet_testhelpers::{IPanic, test};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet`
[INFO] [stdout]   --> tests/partial/list_deferred.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use facet::Facet;
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `facet`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `facet`, use `cargo add facet` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet_testhelpers`
[INFO] [stdout]   --> tests/partial/list_deferred.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use facet_testhelpers::{IPanic, test};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet_testhelpers`
[INFO] [stdout]  --> tests/partial/list_leak.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use facet_testhelpers::test;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet`
[INFO] [stdout]  --> tests/partial/map.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use facet::Facet;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `facet`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet`, use `cargo add facet` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet_testhelpers`
[INFO] [stdout]  --> tests/partial/map.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use facet_testhelpers::{IPanic, test};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet`
[INFO] [stdout]   --> tests/partial/map_deferred_leak.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use facet::Facet;
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `facet`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `facet`, use `cargo add facet` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet_testhelpers`
[INFO] [stdout]   --> tests/partial/map_deferred_leak.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use facet_testhelpers::test;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet_testhelpers`
[INFO] [stdout]  --> tests/partial/map_leak.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use facet_testhelpers::test;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet_testhelpers`
[INFO] [stdout]  --> tests/partial/misc.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use facet_testhelpers::{IPanic, test};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet`
[INFO] [stdout]  --> tests/partial/misc.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use facet::{EnumType, Facet, Field, PtrConst, PtrUninit, StructType, Type, UserType, Variant};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `facet`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet`, use `cargo add facet` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet`
[INFO] [stdout]  --> tests/partial/no_uninit.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use facet::Facet;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `facet`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet`, use `cargo add facet` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet_testhelpers`
[INFO] [stdout]  --> tests/partial/no_uninit.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use facet_testhelpers::test;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet_testhelpers`
[INFO] [stdout]  --> tests/partial/option_building.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use facet_testhelpers::test;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet_testhelpers`
[INFO] [stdout]    --> tests/partial/option_building.rs:189:5
[INFO] [stdout]     |
[INFO] [stdout] 189 | use facet_testhelpers::IPanic;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet`
[INFO] [stdout]  --> tests/partial/option_leak.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use facet::Facet;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `facet`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet`, use `cargo add facet` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet_testhelpers`
[INFO] [stdout]  --> tests/partial/option_leak.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use facet_testhelpers::test;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet`
[INFO] [stdout]  --> tests/partial/pointer.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use facet::Facet;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `facet`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet`, use `cargo add facet` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet_testhelpers`
[INFO] [stdout]  --> tests/partial/pointer.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use facet_testhelpers::{IPanic, test};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet`
[INFO] [stdout]  --> tests/partial/pointer_complex.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use facet::Facet;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `facet`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet`, use `cargo add facet` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet_testhelpers`
[INFO] [stdout]  --> tests/partial/pointer_complex.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use facet_testhelpers::IPanic;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet_testhelpers`
[INFO] [stdout]  --> tests/partial/put_vec_leak.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use facet_testhelpers::test;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet_testhelpers`
[INFO] [stdout]  --> tests/partial/result_building.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use facet_testhelpers::test;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet_testhelpers`
[INFO] [stdout]    --> tests/partial/result_building.rs:125:5
[INFO] [stdout]     |
[INFO] [stdout] 125 | use facet_testhelpers::IPanic;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet`
[INFO] [stdout]  --> tests/partial/set.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use facet::Facet;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `facet`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet`, use `cargo add facet` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet_testhelpers`
[INFO] [stdout]  --> tests/partial/set.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use facet_testhelpers::{IPanic, test};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet`
[INFO] [stdout]  --> tests/partial/smartptr_deferred.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use facet::Facet;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `facet`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet`, use `cargo add facet` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet_testhelpers`
[INFO] [stdout]  --> tests/partial/smartptr_deferred.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use facet_testhelpers::{IPanic, test};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet`
[INFO] [stdout]  --> tests/partial/struct_leak.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use facet::Facet;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `facet`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet`, use `cargo add facet` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet_testhelpers`
[INFO] [stdout]  --> tests/partial/struct_leak.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use facet_testhelpers::test;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet_testhelpers`
[INFO] [stdout]  --> tests/partial/tuples.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use facet_testhelpers::test;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet_testhelpers`
[INFO] [stdout]    --> tests/partial/tuples.rs:178:5
[INFO] [stdout]     |
[INFO] [stdout] 178 | use facet_testhelpers::IPanic;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet`
[INFO] [stdout]  --> tests/partial/variance.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use facet::Facet;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `facet`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet`, use `cargo add facet` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet_testhelpers`
[INFO] [stdout]  --> tests/partial/variance.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use facet_testhelpers::test;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet`
[INFO] [stdout]  --> tests/peek/at_path.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use facet::Facet;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `facet`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet`, use `cargo add facet` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet_testhelpers`
[INFO] [stdout]  --> tests/peek/at_path.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use facet_testhelpers::test;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet`
[INFO] [stdout]   --> tests/peek/covariance.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | use facet::{Facet, Variance};
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `facet`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `facet`, use `cargo add facet` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet`
[INFO] [stdout]  --> tests/peek/enum_.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use facet::Facet;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `facet`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet`, use `cargo add facet` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet_testhelpers`
[INFO] [stdout]  --> tests/peek/enum_.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use facet_testhelpers::test;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet_testhelpers`
[INFO] [stdout]  --> tests/peek/list.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use facet_testhelpers::test;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet_testhelpers`
[INFO] [stdout]  --> tests/peek/list_like.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use facet_testhelpers::test;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet_testhelpers`
[INFO] [stdout]  --> tests/peek/map.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use facet_testhelpers::test;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet`
[INFO] [stdout]  --> tests/peek/ndarray.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use facet::{Type, TypeParam, UserType};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `facet`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet`, use `cargo add facet` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet_testhelpers`
[INFO] [stdout]  --> tests/peek/ndarray.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use facet_testhelpers::test;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet_testhelpers`
[INFO] [stdout]  --> tests/peek/option.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use facet_testhelpers::test;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet`
[INFO] [stdout]  --> tests/peek/pointer.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use facet::Facet;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `facet`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet`, use `cargo add facet` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet_testhelpers`
[INFO] [stdout]  --> tests/peek/pointer.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use facet_testhelpers::test;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet_testhelpers`
[INFO] [stdout]  --> tests/peek/result.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use facet_testhelpers::test;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet_testhelpers`
[INFO] [stdout]  --> tests/peek/serialize.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use facet_testhelpers::{IPanic, test};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet`
[INFO] [stdout]  --> tests/peek/serialize.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use facet::{Facet, Opaque};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `facet`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet`, use `cargo add facet` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet_testhelpers`
[INFO] [stdout]  --> tests/peek/set.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use facet_testhelpers::test;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet`
[INFO] [stdout]  --> tests/peek/struct_.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use facet::Facet;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `facet`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet`, use `cargo add facet` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet_testhelpers`
[INFO] [stdout]  --> tests/peek/struct_.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use facet_testhelpers::test;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet_testhelpers`
[INFO] [stdout]  --> tests/peek/value.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use facet_testhelpers::test;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet`
[INFO] [stdout]  --> tests/poke/at_path.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use facet::Facet;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `facet`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet`, use `cargo add facet` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet_testhelpers`
[INFO] [stdout]  --> tests/poke/at_path.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use facet_testhelpers::test;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet`
[INFO] [stdout]  --> tests/poke/enum_.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use facet::Facet;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `facet`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet`, use `cargo add facet` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet`
[INFO] [stdout]  --> tests/poke/value.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use facet::{Facet, Variance};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `facet`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet`, use `cargo add facet` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet`
[INFO] [stdout]   --> tests/partial/misc.rs:51:9
[INFO] [stdout]    |
[INFO] [stdout] 51 |     use facet::Facet;
[INFO] [stdout]    |         ^^^^^ use of unresolved module or unlinked crate `facet`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `facet`, use `cargo add facet` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `facet` in this scope
[INFO] [stdout]    --> tests/partial/option_building.rs:116:14
[INFO] [stdout]     |
[INFO] [stdout] 116 |     #[derive(facet::Facet, Debug, PartialEq)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `facet`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `facet` in this scope
[INFO] [stdout]    --> tests/partial/option_building.rs:146:14
[INFO] [stdout]     |
[INFO] [stdout] 146 |     #[derive(facet::Facet, Debug, PartialEq)]
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `facet`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `facet` in this scope
[INFO] [stdout]   --> tests/partial/result_building.rs:79:14
[INFO] [stdout]    |
[INFO] [stdout] 79 |     #[derive(facet::Facet, Debug, PartialEq)]
[INFO] [stdout]    |              ^^^^^ use of unresolved module or unlinked crate `facet`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]    --> tests/partial/deferred.rs:432:11
[INFO] [stdout]     |
[INFO] [stdout] 432 |         #[facet(default = 100u32)]
[INFO] [stdout]     |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]     --> tests/partial/deferred.rs:2311:11
[INFO] [stdout]      |
[INFO] [stdout] 2311 |         #[facet(default = 100u32)]
[INFO] [stdout]      |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the associated function or constant `build` exists for struct `partial::typeplan::TypePlan<CacheProbe>`, but its trait bounds were not satisfied
[INFO] [stdout]     --> src/partial/typeplan.rs:2327:45
[INFO] [stdout]      |
[INFO] [stdout]   56 | pub struct TypePlan<T: ?Sized> {
[INFO] [stdout]      | ------------------------------ associated function or constant `build` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 2323 |         struct CacheProbe {
[INFO] [stdout]      |         ----------------- doesn't satisfy `CacheProbe: facet_core::Facet<'_>`
[INFO] [stdout] ...
[INFO] [stdout] 2327 |         let first = TypePlan::<CacheProbe>::build().unwrap().core();
[INFO] [stdout]      |                                             ^^^^^ associated function or constant cannot be called on `partial::typeplan::TypePlan<CacheProbe>` due to unsatisfied trait bounds
[INFO] [stdout]      |
[INFO] [stdout] note: trait bound `CacheProbe: facet_core::Facet<'_>` was not satisfied
[INFO] [stdout]     --> src/partial/typeplan.rs:1740:17
[INFO] [stdout]      |
[INFO] [stdout] 1740 | impl<'facet, T: facet_core::Facet<'facet> + ?Sized> TypePlan<T> {
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^           -----------
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 unsatisfied trait bound introduced here
[INFO] [stdout] note: the trait `facet_core::Facet` must be implemented
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/facet-core-0.50.0-rc.1/src/lib.rs:49:1
[INFO] [stdout]      |
[INFO] [stdout]   49 | pub unsafe trait Facet<'facet>: 'facet {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]     --> tests/partial/deferred.rs:2334:11
[INFO] [stdout]      |
[INFO] [stdout] 2334 |         #[facet(default)]
[INFO] [stdout]      |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the associated function or constant `build` exists for struct `partial::typeplan::TypePlan<CacheProbe>`, but its trait bounds were not satisfied
[INFO] [stdout]     --> src/partial/typeplan.rs:2328:46
[INFO] [stdout]      |
[INFO] [stdout]   56 | pub struct TypePlan<T: ?Sized> {
[INFO] [stdout]      | ------------------------------ associated function or constant `build` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 2323 |         struct CacheProbe {
[INFO] [stdout]      |         ----------------- doesn't satisfy `CacheProbe: facet_core::Facet<'_>`
[INFO] [stdout] ...
[INFO] [stdout] 2328 |         let second = TypePlan::<CacheProbe>::build().unwrap().core();
[INFO] [stdout]      |                                              ^^^^^ associated function or constant cannot be called on `partial::typeplan::TypePlan<CacheProbe>` due to unsatisfied trait bounds
[INFO] [stdout]      |
[INFO] [stdout] note: trait bound `CacheProbe: facet_core::Facet<'_>` was not satisfied
[INFO] [stdout]     --> src/partial/typeplan.rs:1740:17
[INFO] [stdout]      |
[INFO] [stdout] 1740 | impl<'facet, T: facet_core::Facet<'facet> + ?Sized> TypePlan<T> {
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^           -----------
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 unsatisfied trait bound introduced here
[INFO] [stdout] note: the trait `facet_core::Facet` must be implemented
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/facet-core-0.50.0-rc.1/src/lib.rs:49:1
[INFO] [stdout]      |
[INFO] [stdout]   49 | pub unsafe trait Facet<'facet>: 'facet {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `CacheProbe: facet_core::Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/partial/typeplan.rs:2333:48
[INFO] [stdout]      |
[INFO] [stdout] 2333 |             unsafe { TypePlanCore::from_shape(<CacheProbe as facet_core::Facet<'static>>::SHAPE) }
[INFO] [stdout]      |                                                ^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `facet_core::Facet<'static>` is not implemented for `CacheProbe`
[INFO] [stdout]     --> src/partial/typeplan.rs:2323:9
[INFO] [stdout]      |
[INFO] [stdout] 2323 |         struct CacheProbe {
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `facet_core::Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `facet_core::Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `facet_core::Facet<'a>`
[INFO] [stdout]                `()` implements `facet_core::Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `facet_core::Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `facet_core::Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `facet_core::Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `facet_core::Facet<'a>`
[INFO] [stdout]                `*const T` implements `facet_core::Facet<'a>`
[INFO] [stdout]              and 97 others
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]     --> tests/partial/deferred.rs:2610:11
[INFO] [stdout]      |
[INFO] [stdout] 2610 |         #[facet(opaque, proxy = NotDerivingFacetProxy)]
[INFO] [stdout]      |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the associated function or constant `build` exists for struct `partial::typeplan::TypePlan<TestStruct>`, but its trait bounds were not satisfied
[INFO] [stdout]     --> src/partial/typeplan.rs:2340:44
[INFO] [stdout]      |
[INFO] [stdout]   56 | pub struct TypePlan<T: ?Sized> {
[INFO] [stdout]      | ------------------------------ associated function or constant `build` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 2298 |     struct TestStruct {
[INFO] [stdout]      |     ----------------- doesn't satisfy `TestStruct: facet_core::Facet<'_>`
[INFO] [stdout] ...
[INFO] [stdout] 2340 |         let plan = TypePlan::<TestStruct>::build().unwrap();
[INFO] [stdout]      |                                            ^^^^^ associated function or constant cannot be called on `partial::typeplan::TypePlan<TestStruct>` due to unsatisfied trait bounds
[INFO] [stdout]      |
[INFO] [stdout] note: trait bound `TestStruct: facet_core::Facet<'_>` was not satisfied
[INFO] [stdout]     --> src/partial/typeplan.rs:1740:17
[INFO] [stdout]      |
[INFO] [stdout] 1740 | impl<'facet, T: facet_core::Facet<'facet> + ?Sized> TypePlan<T> {
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^           -----------
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 unsatisfied trait bound introduced here
[INFO] [stdout] note: the trait `facet_core::Facet` must be implemented
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/facet-core-0.50.0-rc.1/src/lib.rs:49:1
[INFO] [stdout]      |
[INFO] [stdout]   49 | pub unsafe trait Facet<'facet>: 'facet {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]   --> tests/partial/deserialize.rs:31:11
[INFO] [stdout]    |
[INFO] [stdout] 31 |         #[facet(opaque, proxy = NotDerivingFacetProxy)]
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `SHAPE` found for struct `TestStruct` in the current scope
[INFO] [stdout]     --> src/partial/typeplan.rs:2344:44
[INFO] [stdout]      |
[INFO] [stdout] 2298 |     struct TestStruct {
[INFO] [stdout]      |     ----------------- associated function or constant `SHAPE` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 2344 |         assert_eq!(root.shape, TestStruct::SHAPE);
[INFO] [stdout]      |                                            ^^^^^ associated function or constant not found in `TestStruct`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]      = note: the following trait defines an item `SHAPE`, perhaps you need to implement it:
[INFO] [stdout]              candidate #1: `facet_core::Facet`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]   --> tests/partial/deserialize.rs:90:11
[INFO] [stdout]    |
[INFO] [stdout] 90 |         #[facet(proxy = Struct1Proxy)]
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the associated function or constant `build` exists for struct `partial::typeplan::TypePlan<TestEnum>`, but its trait bounds were not satisfied
[INFO] [stdout]     --> src/partial/typeplan.rs:2389:42
[INFO] [stdout]      |
[INFO] [stdout]   56 | pub struct TypePlan<T: ?Sized> {
[INFO] [stdout]      | ------------------------------ associated function or constant `build` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 2307 |     enum TestEnum {
[INFO] [stdout]      |     ------------- doesn't satisfy `TestEnum: facet_core::Facet<'_>`
[INFO] [stdout] ...
[INFO] [stdout] 2389 |         let plan = TypePlan::<TestEnum>::build().unwrap();
[INFO] [stdout]      |                                          ^^^^^ associated function or constant cannot be called on `partial::typeplan::TypePlan<TestEnum>` due to unsatisfied trait bounds
[INFO] [stdout]      |
[INFO] [stdout] note: trait bound `TestEnum: facet_core::Facet<'_>` was not satisfied
[INFO] [stdout]     --> src/partial/typeplan.rs:1740:17
[INFO] [stdout]      |
[INFO] [stdout] 1740 | impl<'facet, T: facet_core::Facet<'facet> + ?Sized> TypePlan<T> {
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^           -----------
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 unsatisfied trait bound introduced here
[INFO] [stdout] note: the trait `facet_core::Facet` must be implemented
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/facet-core-0.50.0-rc.1/src/lib.rs:49:1
[INFO] [stdout]      |
[INFO] [stdout]   49 | pub unsafe trait Facet<'facet>: 'facet {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `SHAPE` found for enum `TestEnum` in the current scope
[INFO] [stdout]     --> src/partial/typeplan.rs:2393:42
[INFO] [stdout]      |
[INFO] [stdout] 2307 |     enum TestEnum {
[INFO] [stdout]      |     ------------- variant, associated function, or constant `SHAPE` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 2393 |         assert_eq!(root.shape, TestEnum::SHAPE);
[INFO] [stdout]      |                                          ^^^^^ variant, associated function, or constant not found in `TestEnum`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]      = note: the following trait defines an item `SHAPE`, perhaps you need to implement it:
[INFO] [stdout]              candidate #1: `facet_core::Facet`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]    --> tests/partial/deserialize.rs:166:18
[INFO] [stdout]     |
[INFO] [stdout] 166 |         Opaque(#[facet(opaque, proxy = NotDerivingFacetProxy)] NotDerivingFacet),
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]    --> tests/partial/deserialize.rs:221:15
[INFO] [stdout]     |
[INFO] [stdout] 221 |             #[facet(opaque, proxy = NotDerivingFacetProxy)]
[INFO] [stdout]     |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the associated function or constant `build` exists for struct `partial::typeplan::TypePlan<RecursiveStruct>`, but its trait bounds were not satisfied
[INFO] [stdout]     --> src/partial/typeplan.rs:2442:49
[INFO] [stdout]      |
[INFO] [stdout]   56 | pub struct TypePlan<T: ?Sized> {
[INFO] [stdout]      | ------------------------------ associated function or constant `build` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 2314 |     struct RecursiveStruct {
[INFO] [stdout]      |     ---------------------- doesn't satisfy `RecursiveStruct: facet_core::Facet<'_>`
[INFO] [stdout] ...
[INFO] [stdout] 2442 |         let plan = TypePlan::<RecursiveStruct>::build().unwrap();
[INFO] [stdout]      |                                                 ^^^^^ associated function or constant cannot be called on `partial::typeplan::TypePlan<RecursiveStruct>` due to unsatisfied trait bounds
[INFO] [stdout]      |
[INFO] [stdout] note: trait bound `RecursiveStruct: facet_core::Facet<'_>` was not satisfied
[INFO] [stdout]     --> src/partial/typeplan.rs:1740:17
[INFO] [stdout]      |
[INFO] [stdout] 1740 | impl<'facet, T: facet_core::Facet<'facet> + ?Sized> TypePlan<T> {
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^           -----------
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 unsatisfied trait bound introduced here
[INFO] [stdout] note: the trait `facet_core::Facet` must be implemented
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/facet-core-0.50.0-rc.1/src/lib.rs:49:1
[INFO] [stdout]      |
[INFO] [stdout]   49 | pub unsafe trait Facet<'facet>: 'facet {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]    --> tests/partial/deserialize.rs:289:11
[INFO] [stdout]     |
[INFO] [stdout] 289 |         #[facet(opaque, proxy = NotDerivingFacetProxy)]
[INFO] [stdout]     |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the associated function or constant `build` exists for struct `partial::typeplan::TypePlan<L4>`, but its trait bounds were not satisfied
[INFO] [stdout]     --> src/partial/typeplan.rs:2504:36
[INFO] [stdout]      |
[INFO] [stdout]   56 |   pub struct TypePlan<T: ?Sized> {
[INFO] [stdout]      |   ------------------------------ associated function or constant `build` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 2491 | /                 enum $name {
[INFO] [stdout] 2492 | |                     A($subty),
[INFO] [stdout] 2493 | |                     B($subty),
[INFO] [stdout] 2494 | |                     C($subty),
[INFO] [stdout] 2495 | |                     D($subty),
[INFO] [stdout] 2496 | |                 }
[INFO] [stdout]      | |_________________- doesn't satisfy `L4: facet_core::Facet<'_>`
[INFO] [stdout] ...
[INFO] [stdout] 2504 |           let plan = TypePlan::<L4>::build().expect("typeplan build");
[INFO] [stdout]      |                                      ^^^^^ associated function or constant cannot be called on `partial::typeplan::TypePlan<L4>` due to unsatisfied trait bounds
[INFO] [stdout]      |
[INFO] [stdout] note: trait bound `L4: facet_core::Facet<'_>` was not satisfied
[INFO] [stdout]     --> src/partial/typeplan.rs:1740:17
[INFO] [stdout]      |
[INFO] [stdout] 1740 | impl<'facet, T: facet_core::Facet<'facet> + ?Sized> TypePlan<T> {
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^           -----------
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 unsatisfied trait bound introduced here
[INFO] [stdout] note: the trait `facet_core::Facet` must be implemented
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/facet-core-0.50.0-rc.1/src/lib.rs:49:1
[INFO] [stdout]      |
[INFO] [stdout]   49 | pub unsafe trait Facet<'facet>: 'facet {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]    --> tests/partial/deserialize.rs:361:11
[INFO] [stdout]     |
[INFO] [stdout] 361 |         #[facet(proxy = UnitProxy)]
[INFO] [stdout]     |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]  --> tests/partial/invariant.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 |     #[facet(invariants = MyNonZeroU8::invariants)]
[INFO] [stdout]   |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]   --> tests/partial/invariant.rs:44:7
[INFO] [stdout]    |
[INFO] [stdout] 44 |     #[facet(invariants = ValidatedRange::invariants)]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]    --> tests/partial/invariant.rs:107:7
[INFO] [stdout]     |
[INFO] [stdout] 107 |     #[facet(invariants = Point::invariants)]
[INFO] [stdout]     |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]    --> tests/partial/misc.rs:530:25
[INFO] [stdout]     |
[INFO] [stdout] 530 |     pub struct Handle(#[facet(opaque)] std::sync::Arc<NotDerivingFacet>);
[INFO] [stdout]     |                         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]    --> tests/partial/option_leak.rs:143:11
[INFO] [stdout]     |
[INFO] [stdout] 143 |         #[facet(flatten)]
[INFO] [stdout]     |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]    --> tests/partial/option_leak.rs:151:11
[INFO] [stdout]     |
[INFO] [stdout] 151 |         #[facet(flatten, default)]
[INFO] [stdout]     |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]   --> tests/peek/serialize.rs:31:11
[INFO] [stdout]    |
[INFO] [stdout] 31 |         #[facet(opaque, proxy = NotDerivingFacetProxy)]
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]    --> tests/peek/serialize.rs:100:11
[INFO] [stdout]     |
[INFO] [stdout] 100 |         #[facet(opaque, proxy = Struct1Proxy)]
[INFO] [stdout]     |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]    --> tests/peek/serialize.rs:163:18
[INFO] [stdout]     |
[INFO] [stdout] 163 |         Opaque(#[facet(opaque, proxy = NotDerivingFacetProxy)] NotDerivingFacet),
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]    --> tests/peek/serialize.rs:233:15
[INFO] [stdout]     |
[INFO] [stdout] 233 |             #[facet(opaque, proxy = NotDerivingFacetProxy)]
[INFO] [stdout]     |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]    --> tests/peek/serialize.rs:312:11
[INFO] [stdout]     |
[INFO] [stdout] 312 |         #[facet(opaque, proxy = ArcStruct1Proxy)]
[INFO] [stdout]     |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]    --> tests/peek/serialize.rs:377:11
[INFO] [stdout]     |
[INFO] [stdout] 377 |         #[facet(opaque, proxy = NotDerivingFacetProxy)]
[INFO] [stdout]     |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]    --> tests/peek/serialize.rs:445:11
[INFO] [stdout]     |
[INFO] [stdout] 445 |         #[facet(proxy = UnitProxy)]
[INFO] [stdout]     |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]  --> tests/poke/enum_.rs:5:3
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[facet(pod)]
[INFO] [stdout]   |   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]  --> tests/poke/struct_.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 |     #[facet(pod)]
[INFO] [stdout]   |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]   --> tests/poke/struct_.rs:27:7
[INFO] [stdout]    |
[INFO] [stdout] 27 |     #[facet(pod)]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]   --> tests/poke/struct_.rs:47:7
[INFO] [stdout]    |
[INFO] [stdout] 47 |     #[facet(pod)]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]   --> tests/poke/struct_.rs:69:7
[INFO] [stdout]    |
[INFO] [stdout] 69 |     #[facet(pod)]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]   --> tests/poke/struct_.rs:89:7
[INFO] [stdout]    |
[INFO] [stdout] 89 |     #[facet(pod)]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]    --> tests/poke/struct_.rs:108:7
[INFO] [stdout]     |
[INFO] [stdout] 108 |     #[facet(pod)]
[INFO] [stdout]     |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]    --> tests/poke/struct_.rs:127:7
[INFO] [stdout]     |
[INFO] [stdout] 127 |     #[facet(pod)]
[INFO] [stdout]     |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]    --> tests/poke/struct_.rs:145:7
[INFO] [stdout]     |
[INFO] [stdout] 145 |     #[facet(pod)]
[INFO] [stdout]     |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]    --> tests/poke/struct_.rs:164:7
[INFO] [stdout]     |
[INFO] [stdout] 164 |     #[facet(pod)]
[INFO] [stdout]     |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]    --> tests/poke/struct_.rs:196:7
[INFO] [stdout]     |
[INFO] [stdout] 196 |     #[facet(pod)]
[INFO] [stdout]     |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]   --> tests/poke/tuple.rs:88:7
[INFO] [stdout]    |
[INFO] [stdout] 88 |     #[facet(pod)]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]   --> tests/poke/value.rs:17:7
[INFO] [stdout]    |
[INFO] [stdout] 17 |     #[facet(pod)]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]    --> tests/poke/value.rs:129:7
[INFO] [stdout]     |
[INFO] [stdout] 129 |     #[facet(pod)]
[INFO] [stdout]     |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Spanned<i32>: facet_core::Facet<'_>` is not satisfied
[INFO] [stdout]     --> src/peek/value.rs:1834:19
[INFO] [stdout]      |
[INFO] [stdout] 1834 |         Peek::new(&a).structural_hash(&mut hasher_a);
[INFO] [stdout]      |         --------- ^^ unsatisfied trait bound
[INFO] [stdout]      |         |
[INFO] [stdout]      |         required by a bound introduced by this call
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `facet_core::Facet<'_>` is not implemented for `Spanned<i32>`
[INFO] [stdout]     --> src/peek/value.rs:1807:5
[INFO] [stdout]      |
[INFO] [stdout] 1807 |     struct Spanned<T> {
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `facet_core::Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `facet_core::Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `facet_core::Facet<'a>`
[INFO] [stdout]                `()` implements `facet_core::Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `facet_core::Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `facet_core::Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `facet_core::Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `facet_core::Facet<'a>`
[INFO] [stdout]                `*const T` implements `facet_core::Facet<'a>`
[INFO] [stdout]              and 97 others
[INFO] [stdout] note: required by a bound in `peek::value::Peek::<'mem, 'facet>::new`
[INFO] [stdout]     --> src/peek/value.rs:93:19
[INFO] [stdout]      |
[INFO] [stdout]   93 |     pub fn new<T: Facet<'facet> + ?Sized>(t: &'mem T) -> Self {
[INFO] [stdout]      |                   ^^^^^^^^^^^^^ required by this bound in `Peek::<'mem, 'facet>::new`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Spanned<i32>: facet_core::Facet<'_>` is not satisfied
[INFO] [stdout]     --> src/peek/value.rs:1838:19
[INFO] [stdout]      |
[INFO] [stdout] 1838 |         Peek::new(&b).structural_hash(&mut hasher_b);
[INFO] [stdout]      |         --------- ^^ unsatisfied trait bound
[INFO] [stdout]      |         |
[INFO] [stdout]      |         required by a bound introduced by this call
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `facet_core::Facet<'_>` is not implemented for `Spanned<i32>`
[INFO] [stdout]     --> src/peek/value.rs:1807:5
[INFO] [stdout]      |
[INFO] [stdout] 1807 |     struct Spanned<T> {
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `facet_core::Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `facet_core::Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `facet_core::Facet<'a>`
[INFO] [stdout]                `()` implements `facet_core::Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `facet_core::Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `facet_core::Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `facet_core::Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `facet_core::Facet<'a>`
[INFO] [stdout]                `*const T` implements `facet_core::Facet<'a>`
[INFO] [stdout]              and 97 others
[INFO] [stdout] note: required by a bound in `peek::value::Peek::<'mem, 'facet>::new`
[INFO] [stdout]     --> src/peek/value.rs:93:19
[INFO] [stdout]      |
[INFO] [stdout]   93 |     pub fn new<T: Facet<'facet> + ?Sized>(t: &'mem T) -> Self {
[INFO] [stdout]      |                   ^^^^^^^^^^^^^ required by this bound in `Peek::<'mem, 'facet>::new`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Spanned<i32>: facet_core::Facet<'_>` is not satisfied
[INFO] [stdout]     --> src/peek/value.rs:1859:19
[INFO] [stdout]      |
[INFO] [stdout] 1859 |         Peek::new(&a).structural_hash(&mut hasher_a);
[INFO] [stdout]      |         --------- ^^ unsatisfied trait bound
[INFO] [stdout]      |         |
[INFO] [stdout]      |         required by a bound introduced by this call
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `facet_core::Facet<'_>` is not implemented for `Spanned<i32>`
[INFO] [stdout]     --> src/peek/value.rs:1807:5
[INFO] [stdout]      |
[INFO] [stdout] 1807 |     struct Spanned<T> {
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `facet_core::Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `facet_core::Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `facet_core::Facet<'a>`
[INFO] [stdout]                `()` implements `facet_core::Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `facet_core::Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `facet_core::Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `facet_core::Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `facet_core::Facet<'a>`
[INFO] [stdout]                `*const T` implements `facet_core::Facet<'a>`
[INFO] [stdout]              and 97 others
[INFO] [stdout] note: required by a bound in `peek::value::Peek::<'mem, 'facet>::new`
[INFO] [stdout]     --> src/peek/value.rs:93:19
[INFO] [stdout]      |
[INFO] [stdout]   93 |     pub fn new<T: Facet<'facet> + ?Sized>(t: &'mem T) -> Self {
[INFO] [stdout]      |                   ^^^^^^^^^^^^^ required by this bound in `Peek::<'mem, 'facet>::new`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Spanned<i32>: facet_core::Facet<'_>` is not satisfied
[INFO] [stdout]     --> src/peek/value.rs:1863:19
[INFO] [stdout]      |
[INFO] [stdout] 1863 |         Peek::new(&b).structural_hash(&mut hasher_b);
[INFO] [stdout]      |         --------- ^^ unsatisfied trait bound
[INFO] [stdout]      |         |
[INFO] [stdout]      |         required by a bound introduced by this call
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `facet_core::Facet<'_>` is not implemented for `Spanned<i32>`
[INFO] [stdout]     --> src/peek/value.rs:1807:5
[INFO] [stdout]      |
[INFO] [stdout] 1807 |     struct Spanned<T> {
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `facet_core::Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `facet_core::Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `facet_core::Facet<'a>`
[INFO] [stdout]                `()` implements `facet_core::Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `facet_core::Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `facet_core::Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `facet_core::Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `facet_core::Facet<'a>`
[INFO] [stdout]                `*const T` implements `facet_core::Facet<'a>`
[INFO] [stdout]              and 97 others
[INFO] [stdout] note: required by a bound in `peek::value::Peek::<'mem, 'facet>::new`
[INFO] [stdout]     --> src/peek/value.rs:93:19
[INFO] [stdout]      |
[INFO] [stdout]   93 |     pub fn new<T: Facet<'facet> + ?Sized>(t: &'mem T) -> Self {
[INFO] [stdout]      |                   ^^^^^^^^^^^^^ required by this bound in `Peek::<'mem, 'facet>::new`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Spanned<i32>: facet_core::Facet<'_>` is not satisfied
[INFO] [stdout]     --> src/peek/value.rs:1877:22
[INFO] [stdout]      |
[INFO] [stdout] 1877 |         let shape = <Spanned<i32> as facet_core::Facet>::SHAPE;
[INFO] [stdout]      |                      ^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `facet_core::Facet<'_>` is not implemented for `Spanned<i32>`
[INFO] [stdout]     --> src/peek/value.rs:1807:5
[INFO] [stdout]      |
[INFO] [stdout] 1807 |     struct Spanned<T> {
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `facet_core::Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `facet_core::Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `facet_core::Facet<'a>`
[INFO] [stdout]                `()` implements `facet_core::Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `facet_core::Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `facet_core::Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `facet_core::Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `facet_core::Facet<'a>`
[INFO] [stdout]                `*const T` implements `facet_core::Facet<'a>`
[INFO] [stdout]              and 97 others
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `SocketAddr` found for enum `facet_core::ScalarType` in the current scope
[INFO] [stdout]   --> src/scalar.rs:98:25
[INFO] [stdout]    |
[INFO] [stdout] 98 |             ScalarType::SocketAddr,
[INFO] [stdout]    |                         ^^^^^^^^^^ variant, associated function, or constant not found in `facet_core::ScalarType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the variant, associated function, or constant `SHAPE` exists for enum `std::net::SocketAddr`, but its trait bounds were not satisfied
[INFO] [stdout]   --> src/scalar.rs:99:63
[INFO] [stdout]    |
[INFO] [stdout] 99 |             ScalarType::try_from_shape(core::net::SocketAddr::SHAPE).unwrap()
[INFO] [stdout]    |                                                               ^^^^^ variant, associated function, or constant cannot be called on `std::net::SocketAddr` due to unsatisfied trait bounds
[INFO] [stdout]    |
[INFO] [stdout]    = note: the following trait bounds were not satisfied:
[INFO] [stdout]            `std::net::SocketAddr: facet_core::Facet<'_>`
[INFO] [stdout]            which is required by `&std::net::SocketAddr: facet_core::Facet<'_>`
[INFO] [stdout]            `std::net::SocketAddr: facet_core::Facet<'_>`
[INFO] [stdout]            which is required by `&mut std::net::SocketAddr: facet_core::Facet<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `facet-reflect` (test "main") due to 109 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `IpAddr` found for enum `facet_core::ScalarType` in the current scope
[INFO] [stdout]    --> src/scalar.rs:102:25
[INFO] [stdout]     |
[INFO] [stdout] 102 |             ScalarType::IpAddr,
[INFO] [stdout]     |                         ^^^^^^ variant, associated function, or constant not found in `facet_core::ScalarType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the variant, associated function, or constant `SHAPE` exists for enum `IpAddr`, but its trait bounds were not satisfied
[INFO] [stdout]    --> src/scalar.rs:103:48
[INFO] [stdout]     |
[INFO] [stdout] 103 |             ScalarType::try_from_shape(IpAddr::SHAPE).unwrap()
[INFO] [stdout]     |                                                ^^^^^ variant, associated function, or constant cannot be called on `IpAddr` due to unsatisfied trait bounds
[INFO] [stdout]     |
[INFO] [stdout]     = note: the following trait bounds were not satisfied:
[INFO] [stdout]             `IpAddr: facet_core::Facet<'_>`
[INFO] [stdout]             which is required by `&IpAddr: facet_core::Facet<'_>`
[INFO] [stdout]             `IpAddr: facet_core::Facet<'_>`
[INFO] [stdout]             which is required by `&mut IpAddr: facet_core::Facet<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `Ipv4Addr` found for enum `facet_core::ScalarType` in the current scope
[INFO] [stdout]    --> src/scalar.rs:106:25
[INFO] [stdout]     |
[INFO] [stdout] 106 |             ScalarType::Ipv4Addr,
[INFO] [stdout]     |                         ^^^^^^^^ variant, associated function, or constant not found in `facet_core::ScalarType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the associated function or constant `SHAPE` exists for struct `Ipv4Addr`, but its trait bounds were not satisfied
[INFO] [stdout]    --> src/scalar.rs:107:50
[INFO] [stdout]     |
[INFO] [stdout] 107 |             ScalarType::try_from_shape(Ipv4Addr::SHAPE).unwrap()
[INFO] [stdout]     |                                                  ^^^^^ associated function or constant cannot be called on `Ipv4Addr` due to unsatisfied trait bounds
[INFO] [stdout]     |
[INFO] [stdout]     = note: the following trait bounds were not satisfied:
[INFO] [stdout]             `Ipv4Addr: facet_core::Facet<'_>`
[INFO] [stdout]             which is required by `&Ipv4Addr: facet_core::Facet<'_>`
[INFO] [stdout]             `Ipv4Addr: facet_core::Facet<'_>`
[INFO] [stdout]             which is required by `&mut Ipv4Addr: facet_core::Facet<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `Ipv6Addr` found for enum `facet_core::ScalarType` in the current scope
[INFO] [stdout]    --> src/scalar.rs:110:25
[INFO] [stdout]     |
[INFO] [stdout] 110 |             ScalarType::Ipv6Addr,
[INFO] [stdout]     |                         ^^^^^^^^ variant, associated function, or constant not found in `facet_core::ScalarType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the associated function or constant `SHAPE` exists for struct `Ipv6Addr`, but its trait bounds were not satisfied
[INFO] [stdout]    --> src/scalar.rs:111:50
[INFO] [stdout]     |
[INFO] [stdout] 111 |             ScalarType::try_from_shape(Ipv6Addr::SHAPE).unwrap()
[INFO] [stdout]     |                                                  ^^^^^ associated function or constant cannot be called on `Ipv6Addr` due to unsatisfied trait bounds
[INFO] [stdout]     |
[INFO] [stdout]     = note: the following trait bounds were not satisfied:
[INFO] [stdout]             `Ipv6Addr: facet_core::Facet<'_>`
[INFO] [stdout]             which is required by `&Ipv6Addr: facet_core::Facet<'_>`
[INFO] [stdout]             `Ipv6Addr: facet_core::Facet<'_>`
[INFO] [stdout]             which is required by `&mut Ipv6Addr: facet_core::Facet<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0432, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `facet-reflect` (lib test) due to 26 previous errors
[INFO] running `Command { std: "docker" "inspect" "12defa23bd9470be20325c323c5c378a6728367e3cacffd3b9d8168caeafad24", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "12defa23bd9470be20325c323c5c378a6728367e3cacffd3b9d8168caeafad24", kill_on_drop: false }`
[INFO] [stdout] 12defa23bd9470be20325c323c5c378a6728367e3cacffd3b9d8168caeafad24
